db_constraints.keyed.keyeditem

Keyed item is used in combination with KeyedCollection to mimic databases in your classes. This module contains: $(TOC KeyedItem)

Public Imports

db_constraints.constraints
public import db_constraints.constraints;
Undocumented in source.

Members

Mixin templates

KeyedItem
mixintemplate KeyedItem(ClusteredIndexAttribute = PrimaryKeyColumn)

Use this in the singular class which would describe a row in your database. ClusteredIndexAttribute is the unique constraint associated with the clustered index.

Meta

License

$(GPL2)

Authors

Matthew Armbruster

Source: $(SRC $(SRCFILENAME))